A. Add reference of dll file and place the code where ever required
B. By add/Remove items in the project menu
C. Cannot add 3rd party component to asp.net
D. None of the above
Advertisement
Related Mcqs:
- A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ?
- A. AdRotator B. LinkButton C. Both A and B D. None of the Above...
- How ASP.Net Different from classic ASP ?
- A. Code is separated from the HTML and interpreted Code is interpreted separately B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server C. Scripting is separated from the HTML, Code is interpreted seperately D. None of these...
- What tags one need to add within the asp:datagrid tags to bind columns manually ?
- A. Set AutoGenerateColumns Property to true on the datagrid tag B. Set AutoGenerateColumns Property to false on the datagrid tag C. Set AutomaunalColumns Property to true on the datagrid tag D. It is not possible to do the operation...
- What class does the ASP.NET Web Form class inherit from by default ?
- A. System.Web.Form B. System.Web.UI.Form C. System.Web.GUI.Page D. System.Web.UI.Page...
- In ASP.NET if one uses Windows authentication the current request attaches an object called as_______________?
- A. WindowsPrincipal B. WindowDatset C. Serialization D. None of the Above...
- If one uses ASP.NET configuration system to restrict access which of the following is TRUE ?
- A. The access is restricted only to ASP.NET files B. The access is restricted only to static files and non-ASP.NET resources. C. Both A and B D. None of the Above...
- In ASP.NET application the Global.asax file lie in which directory_________________?
- A. System B. ROOT C. Application D. None of the Above...
- In ASP.NET page framework an automatic way to associate page events and methods is______________?
- A. It is not possible to set automatically page events and methods B. AutoEventWireup attribute of the Page directive is set to False C. AutoEventWireup attribute of the Page directive is set to true D. All of the above...
- In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this ?
- A. Use the ImageMap control and randomly select a HotSpot to show or hide. B. Use the AdServer control and create an XML file with configuration of the control. C. Use an ImageButton control to predict randomness of the image to be loaded based on the clicks of the control. D. Use the Image control...
- Caching type supported by ASP.Net ?
- A. Output Caching B. DataCaching C. Both A and B D. None of these...
Advertisement